2015-09-15(胡工).sql 7.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. if not exists
  2. (select * from [tb_ErpSystemConfigure] where [Sconfig_Code]='PhotographersEarly')
  3. begin
  4. INSERT [tb_ErpSystemConfigure] ([Sconfig_Code],[Sconfig_Name],[Sconfig_Value],[Sconfig_IsEnabled],[Sconfig_Remark],[Sconfig_Order],[Sconfig_CreateDatetime])
  5. VALUES ('PhotographersEarly','摄影师也有前期业绩','1',1,'摄影师也有前期业绩','','2015/9/14 17:38:54')
  6. end
  7. GO
  8. if not exists
  9. (select * from [tb_ErpSystemConfigure] where [Sconfig_Code]='MakeupArtistEarly')
  10. begin
  11. INSERT [tb_ErpSystemConfigure] ([Sconfig_Code],[Sconfig_Name],[Sconfig_Value],[Sconfig_IsEnabled],[Sconfig_Remark],[Sconfig_Order],[Sconfig_CreateDatetime])
  12. VALUES ('MakeupArtistEarly','化妆师也有前期业绩','1',1,'化妆师也有前期业绩','','2015/9/14 17:38:54')
  13. end
  14. GO
  15. if not exists
  16. (select * from [tb_ErpSystemConfigure] where [Sconfig_Code]='BootDivisionEarly')
  17. begin
  18. INSERT [tb_ErpSystemConfigure] ([Sconfig_Code],[Sconfig_Name],[Sconfig_Value],[Sconfig_IsEnabled],[Sconfig_Remark],[Sconfig_Order],[Sconfig_CreateDatetime])
  19. VALUES ('BootDivisionEarly','引导师也有前期业绩','1',1,'引导师也有前期业绩','','2015/9/14 17:38:54')
  20. end
  21. GO
  22. if not exists
  23. (select * from [tb_ErpSystemConfigure] where [Sconfig_Code]='FirstRepairDivisionEarly')
  24. begin
  25. INSERT [tb_ErpSystemConfigure] ([Sconfig_Code],[Sconfig_Name],[Sconfig_Value],[Sconfig_IsEnabled],[Sconfig_Remark],[Sconfig_Order],[Sconfig_CreateDatetime])
  26. VALUES ('FirstRepairDivisionEarly','初修师也有前期业绩','1',1,'初修师也有前期业绩','','2015/9/14 17:38:54')
  27. end
  28. GO
  29. if not exists
  30. (select * from [tb_ErpSystemConfigure] where [Sconfig_Code]='FinishingDivisionEarly')
  31. begin
  32. INSERT [tb_ErpSystemConfigure] ([Sconfig_Code],[Sconfig_Name],[Sconfig_Value],[Sconfig_IsEnabled],[Sconfig_Remark],[Sconfig_Order],[Sconfig_CreateDatetime])
  33. VALUES ('FinishingDivisionEarly','精修师也有前期业绩','1',1,'精修师也有前期业绩','','2015/9/14 17:38:54')
  34. end
  35. GO
  36. if not exists
  37. (select * from [tb_ErpSystemConfigure] where [Sconfig_Code]='DesignersEarly')
  38. begin
  39. INSERT [tb_ErpSystemConfigure] ([Sconfig_Code],[Sconfig_Name],[Sconfig_Value],[Sconfig_IsEnabled],[Sconfig_Remark],[Sconfig_Order],[Sconfig_CreateDatetime])
  40. VALUES ('DesignersEarly','设计师也有前期业绩','1',1,'设计师也有前期业绩','','2015/9/14 17:38:54')
  41. end
  42. GO
  43. if not exists
  44. (select * from [tb_ErpSystemConfigure] where [Sconfig_Code]='PhotographerSelectionFilms')
  45. begin
  46. INSERT [tb_ErpSystemConfigure] ([Sconfig_Code],[Sconfig_Name],[Sconfig_Value],[Sconfig_IsEnabled],[Sconfig_Remark],[Sconfig_Order],[Sconfig_CreateDatetime])
  47. VALUES ('PhotographerSelectionFilms','摄影师也有选片二销业绩','1',1,'摄影师也有选片二销业绩','','2015/9/14 17:38:54')
  48. end
  49. GO
  50. if not exists
  51. (select * from [tb_ErpSystemConfigure] where [Sconfig_Code]='MakeupArtistSelectionFilms')
  52. begin
  53. INSERT [tb_ErpSystemConfigure] ([Sconfig_Code],[Sconfig_Name],[Sconfig_Value],[Sconfig_IsEnabled],[Sconfig_Remark],[Sconfig_Order],[Sconfig_CreateDatetime])
  54. VALUES ('MakeupArtistSelectionFilms','化妆师也有选片二销业绩','1',1,'化妆师也有选片二销业绩','','2015/9/14 17:38:54')
  55. end
  56. GO
  57. if not exists
  58. (select * from [tb_ErpSystemConfigure] where [Sconfig_Code]='GuideSelectionFilmsDivision')
  59. begin
  60. INSERT [tb_ErpSystemConfigure] ([Sconfig_Code],[Sconfig_Name],[Sconfig_Value],[Sconfig_IsEnabled],[Sconfig_Remark],[Sconfig_Order],[Sconfig_CreateDatetime])
  61. VALUES ('GuideSelectionFilmsDivision','引导师也有选片二销业绩','1',1,'引导师也有选片二销业绩','','2015/9/14 17:38:54')
  62. end
  63. GO
  64. if not exists
  65. (select * from [tb_ErpSystemConfigure] where [Sconfig_Code]='FirstRepairDivisionSelectionFilms')
  66. begin
  67. INSERT [tb_ErpSystemConfigure] ([Sconfig_Code],[Sconfig_Name],[Sconfig_Value],[Sconfig_IsEnabled],[Sconfig_Remark],[Sconfig_Order],[Sconfig_CreateDatetime])
  68. VALUES ('FirstRepairDivisionSelectionFilms','初修师也有选片二销业绩','1',1,'初修师也有选片二销业绩','','2015/9/14 17:38:54')
  69. end
  70. GO